home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TESCAPEMULTIPLEDLG / TESCAPEMULTIPLEDLG.txt < prev   
Text File  |  2001-10-17  |  965b  |  47 lines

  1. object EscapeMultipleDlg: TEscapeMultipleDlg
  2.   Left = 33
  3.   Top = 33
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Timer aborted:'
  7.   ClientHeight = 102
  8.   ClientWidth = 243
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 16
  22.     Top = 28
  23.     Width = 209
  24.     Height = 34
  25.     AutoSize = False
  26.     Caption = 
  27.       'Time-scheduled capture (with auto-saving) was cancelled. The tim' +
  28.       'er is now disabled.'
  29.     WordWrap = True
  30.   end
  31.   object Label2: TLabel
  32.     Left = 16
  33.     Top = 12
  34.     Width = 74
  35.     Height = 13
  36.     Caption = '[WinGrab 1.XX]'
  37.   end
  38.   object BitBtn1: TBitBtn
  39.     Left = 88
  40.     Top = 68
  41.     Width = 70
  42.     Height = 26
  43.     TabOrder = 0
  44.     Kind = bkOK
  45.   end
  46. end
  47.